home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_nuclear submarine.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  434 b   |  24 lines

  1. //
  2. // Nuclear submarine unit AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        Can attack when told to
  7. //        Follows target
  8. //        Keeps firing until target dead
  9. //        Can attack/move
  10. //        Does not fire on it's own
  11. //        Will run away from attackers
  12. //        Movement,collision detection and death all normal
  13. //
  14. //    Notes:
  15. //
  16. //    Known Problems:
  17. //
  18.  
  19. #include("Generic Attack.tai")
  20.  
  21. #include("Generic Movement.tai")
  22.  
  23. #include("Generic Death.tai")
  24.